home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / linux1-1-56.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-20  |  1.1 KB  |  31 lines

  1. /* This file is the configuration file for the Linux operating system,
  2.    starting with version 1.1.56.
  3.    Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
  4.  
  5. This file is part of GNU Emacs.
  6.  
  7. GNU Emacs is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2, or (at your option)
  10. any later version.
  11.  
  12. GNU Emacs is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with GNU Emacs; see the file COPYING.  If not, write to
  19. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  20.  
  21. /* Synched up with: Not in FSF. */
  22.  
  23. #include "linux-old.h"
  24.  
  25. /* SIGIO is working as of 1.1.56 */
  26. /* but GDB 4.13 gets all screwed up when SIGIO's are sent to it
  27.    (at least, this is the case for me, under 1.2.4).  FMH!!!!! */
  28. #ifndef DEBUG_XEMACS
  29. #undef BROKEN_SIGIO
  30. #endif
  31.